home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  1997-07-16  |  2KB  |  95 lines

  1. object ImportForm: TImportForm
  2.   Left = 193
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 192
  6.   ClientWidth = 344
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object rbBinkD: TRadioButton
  17.     Left = 16
  18.     Top = 16
  19.     Width = 313
  20.     Height = 17
  21.     Caption = 'BinkD ∩┐╜ Dima Maloff'
  22.     Checked = True
  23.     TabOrder = 0
  24.     TabStop = True
  25.   end
  26.   object rbBinkPlus: TRadioButton
  27.     Left = 16
  28.     Top = 36
  29.     Width = 313
  30.     Height = 17
  31.     Caption = 'Bink/+ ∩┐╜ serge terekhov'
  32.     TabOrder = 1
  33.   end
  34.   object rbTMail: TRadioButton
  35.     Left = 16
  36.     Top = 56
  37.     Width = 313
  38.     Height = 17
  39.     Caption = 'T-Mail ∩┐╜ Andy Elkin'
  40.     TabOrder = 2
  41.   end
  42.   object rbXenia: TRadioButton
  43.     Left = 16
  44.     Top = 76
  45.     Width = 313
  46.     Height = 17
  47.     Caption = 'Xenia ∩┐╜ Arjen G. Lentz'
  48.     TabOrder = 3
  49.   end
  50.   object bOK: TButton
  51.     Left = 88
  52.     Top = 152
  53.     Width = 75
  54.     Height = 23
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 4
  59.   end
  60.   object bCancel: TButton
  61.     Left = 168
  62.     Top = 152
  63.     Width = 75
  64.     Height = 23
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 5
  69.   end
  70.   object bHelp: TButton
  71.     Left = 248
  72.     Top = 152
  73.     Width = 75
  74.     Height = 23
  75.     Caption = 'Help'
  76.     TabOrder = 6
  77.   end
  78.   object rbFrontDoor: TRadioButton
  79.     Left = 16
  80.     Top = 96
  81.     Width = 313
  82.     Height = 17
  83.     Caption = 'FrontDoor 2.12 ∩┐╜ Joaquim Homrighausen (passwords only)'
  84.     TabOrder = 7
  85.   end
  86.   object rbMainDoor: TRadioButton
  87.     Left = 16
  88.     Top = 116
  89.     Width = 313
  90.     Height = 17
  91.     Caption = 'MainDoor ∩┐╜ Francisco Sedano Crippa (passwords only)'
  92.     TabOrder = 8
  93.   end
  94. end
  95.